func github.com/jackc/pgx/v5.lookupStructFields

2 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L587: 	fields := lookupStructFields(typ)
		rows.go#L602: func lookupStructFields(t reflect.Type) []structRowField {